home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / PlainText / BuildPTHeaders.c < prev    next >
Text File  |  1993-12-01  |  1KB  |  54 lines

  1. /* Use this file to precompile your headers in MPW C */
  2. /* Putting this in a source file (bracketed by #if's for conditional building) */
  3. /* is causing the C compiler to choke, so I put it in a seperate file */
  4. /* If you get a bomb box when you are precompiling headers, that means that the */
  5. /* C compiler is running out of memory when it does the dump.  Just increase the  */
  6. /* size of your MPW partition (3 meg is good) and it'll work fine.   */
  7. /* You can then reduce the size of your MPW partition. */
  8. #define __REDUMP__
  9. #include <Types.h>
  10. #include <Quickdraw.h>
  11. #include <Errors.h>
  12. #include <Fonts.h>
  13. #include <Events.h>
  14. #include <Controls.h>
  15. #include <Windows.h>
  16. #include <Menus.h>
  17. #include <TextEdit.h>
  18. #include <Dialogs.h>
  19. #include <Memory.h>
  20. #include <OSUtils.h>
  21. #include <SegLoad.h>
  22. #include <Files.h>
  23. #include <StandardFile.h>
  24. #include <ToolUtils.h>
  25. #include <OSEvents.h>
  26. #include <Resources.h>
  27. #include <Script.h>
  28. #include <StdLib.h>
  29. #include <String.h>
  30. #include <Strings.h>
  31. #include <Packages.h>
  32. #include <Desk.h>
  33. #include <QDOffscreen.h>
  34. #include <CType.h>
  35. #include <stdio.h>
  36. #include <Printing.h>
  37. #include <Palettes.h>
  38. #include <Time.h>
  39. #include <Math.h>
  40. #include <Lists.h>
  41. #include <SysEqu.h>
  42. #include <GestaltEqu.h>
  43. #include <Printing.h>
  44. #include <AppleEvents.h>
  45.  
  46. #include <TE32K.h>
  47. #include <ACurs.h>
  48.  
  49. #include "PlainText.h"
  50.  
  51. #undef __REDUMP__
  52. #pragma dump "PTHeaders"
  53.  
  54.